home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / Beach Head - Desert War / BeachHeadDesertWar.exe / LEVEL_20 < prev    next >
Encoding:
Text File  |  2003-04-11  |  960 b   |  59 lines

  1. //Bullets, Projectiles, Missiles, Flares (maximum 500 20 20 20)
  2. Ammo 500 10 10 0
  3. //Tank, Jet, HelicopterGun, HelicopterRocket (range:1-9) (default 1,3,3,3)
  4. Aggression 6 9 3 3
  5. //Daytime
  6. Nightime
  7. Nightvision
  8. Crosshair
  9. //Artillery
  10. //Bombers
  11. //AltGun
  12. AltGun2
  13. //AltCannon
  14. /*** TANK (maximum 12) ***/
  15. Object TANK
  16. ObjectInc
  17. Delay 200
  18. ObjectInc
  19. Delay 400
  20. ObjectInc
  21. Delay 600
  22. North
  23.  
  24. /*** APC (maximum 4, soldiers 6) basic ***/
  25. Object APC1
  26. ObjectInc
  27. West
  28.  
  29. /*** APC (maximum 4, soldiers 6) gun turret ***/
  30. Object APC2
  31. ObjectInc
  32. East
  33.  
  34. /*** APC (maximum 4, soldiers 6) missile turret ***/
  35. Object APC3
  36. ObjectInc
  37. South
  38.  
  39. /*** JET (maximum 16) ***/
  40. Object JET
  41. ObjectInc
  42. ObjectInc
  43. Delay 200
  44. ObjectInc
  45. Delay 200
  46. ObjectInc
  47. Delay 400
  48. ObjectInc
  49. Delay 400
  50. ObjectInc
  51. Delay 800
  52. South
  53.  
  54. /*** BOMBER (maximum 9) ***/
  55. /*** COBRA (maximum 12) ***/
  56. /*** CH53 (maximum 8, soldiers 6) ***/
  57. /*** C130 (maximum 8, soldier 0-12) ***/
  58. End
  59.